2026-04-29のJS: Node.js 24.15.0(LTS)、Rspack 2.0、pnpm 11#1375
Merged
Conversation
https: //claude.ai/code/session_01QE2NsWtPcpDMLyPaXE25yf Co-authored-by: azu <azu@users.noreply.github.com>
https: //claude.ai/code/session_01QE2NsWtPcpDMLyPaXE25yf Co-authored-by: azu <azu@users.noreply.github.com>
|
|
||
| ファイルツリーをレンダリングするReactライブラリ。 | ||
| git statusの表示、ドラッグ&ドロップでのファイル移動、検索フィルター、コンテキストメニューなどに対応している。 | ||
| Virtualizaにより数千ファイル規模でもレンダリングできる。 |
Contributor
There was a problem hiding this comment.
🟡 Typo: "Virtualiza" is a truncated/misspelled word
Line 173 contains Virtualizaにより which is clearly a misspelling — the word is truncated. It should likely be Virtualizationにより (or possibly Virtualizerにより) to properly describe the virtualization feature of the Trees library.
Suggested change
| Virtualizaにより数千ファイル規模でもレンダリングできる。 | |
| Virtualizationにより数千ファイル規模でもレンダリングできる。 |
Was this helpful? React with 👍 or 👎 to provide feedback.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📦 Node.js 24.15.0: require(esm)とモジュールコンパイルキャッシュが安定版に昇格、SQLiteがRC段階へ
🔧 Rspack 2.0: Pure ESM移行、Tree Shaking改善、React Server Componentsの実験的サポート
📦 pnpm 11: Pure ESM移行、npm CLI依存排除、pnpm ci/sbom/cleanコマンド追加